-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed faculty and course labels and made the course name to also show the course number #1214
Conversation
…e 'name' and 'abbreviatin' in the .py file, and added tests
…+ course number base on conditions
…into html.page with jinja.
…ify if the function works
…ulness of strings
…ction to displayName and moved it to logic
…ction to displayName and moved it to logic
…serviceLearning and displayName
Modifications:
|
…ed all the areas where the fucntion is used. We also changed the displayName to 'courseDisplayName'
@MImran2002 , is this an old PR? There are unresolved comments, still. |
I would approve this. I ran the unit tests and checked for where there was change. It was looking great as far as I could see 👍 |
…dded to the course file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BAM
The changes we made is that we created a file in models that would produce an attribute for course name and number. We also created a test for the function and tested it when both course name and number exist, when none exit and when either one of them exist. We also went to html page for slcmanagement.html and added some jinja codes. We also have to add import statements across the pages.
Fixes #1206 and #1164